home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE11
/
FILES
/
TFDD2.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-30
|
198 b
|
14 lines
program Tfdd2;
uses
Forms,
Tfdd2u in 'TFDD2U.PAS' {Form1},
DebugU in 'DebugU.PAS' {DebugFrm};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.